Apex Movement

01/13/25

Swift, SwiftUI, SwiftData

Apex Training Conversion to SwiftData

I took what I had built in the Apex Training Project and converted it to use SwiftData instead of Google Firebase. I finished adding all the required functionality to make it useful in the gym. This project is the first version I rolled out to TestFlight.

Welcome

Welcome screen before the user begins the onboarding steps

Feature Image

Create First Program

The first program, workout, and exercise are entered to create the first template program.

Feature Image

Edit Program

The program can be edited to include more workouts and exercises after it’s been created. Tapping on a workout brings the user to a detail view for the workout.

Feature Image

Edit Workout

The workout name can be changed. Exercises can be added, edited, and deleted.

Feature Image

Edit Exercise

The exercise template includes the exercise name, the number of sets, and the number of reps.

Feature Image

Begin Program

Created programs appear on the Home tab. Beginning a program will select it as the active program and keep it on the Home tab.

Feature Image

Start Workout

The workouts are listed along with their exercises and sets. Tapping start will begin the workout.

Feature Image

Log Workout

Exercises are grouped into three categories based on status. Exercises can be added or removed from the workout to allow for more flexibility in the gym.

Feature Image

Add Exercise

Adding an exercise requires the same exercise, set, and reps information as the template.

Feature Image

Log Sets

Tapping on an exercise navigates to log the sets. The weight performed is entered and can be edited along with the reps by tapping on the set row.

Feature Image

Edit Set

Both the weight and reps can be changed for completed sets.

Feature Image

Workout History

The program history tab includes the pages for workout and program history.

Feature Image

Completed Workout

The exercises, sets, reps, and weights used are displayed for the user to look back at in future workouts.

Feature Image

Program History

Completed programs can be found in the programs page of the history tab.

Feature Image

Completed Program

The completed program displays the program information and all the workouts completed while it was active.

Feature Image